| Einhugur Word Plugin for Xojo |
|
Document.AddNewTabletyle Method
Adds new table style to the document.
Parameters
- id
- Id of the new style. (This must be unique within the document)
- name
- Name of the new style.
- basedOn
- Base style which this style should inherit from or nil if there should be no base style.
Returns
- EinhugurWord.TableStyle
- Newly crated TableStyle object instance.
Remarks
This function can throw WordException.
See Also
Document Class